docs: Mention GtkLayout's removal in the migration guide
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Apr 2019 15:00:05 +0000 (16:00 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Apr 2019 15:00:05 +0000 (16:00 +0100)
docs/reference/gtk/migrating-3to4.xml

index 60afd4d7c2c8c08c996abfec8c12b335cffc1bed..8a6d09c5d3617c5683c467db5648c0626d76ac9b 100644 (file)
         pass-through == !can-pick.
       </para>
     </section>
+
+    <section>
+      <title>Use GtkFixed instead of GtkLayout</title>
+      <para>
+        Since GtkScrolledWindow can deal with widgets that do not implement
+        the GtkScrollable interface by automatically wrapping them into a
+        GtkViewport, GtkLayout is redundant, and has been removed in favor
+        of the existing GtkFixed containter widget.
+      </para>
+    </section>
   </section>
 
 </chapter>